home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Louisiana / Let's Discover Louisiana.iso / pc / FILES / FUND.dxr / 00691_gotoSuckFrame.ls < prev    next >
Encoding:
Text File  |  2002-12-03  |  200 b   |  12 lines

  1. global choiceName
  2.  
  3. on exitFrame me
  4.   sound(2).stop()
  5.   sound(5).stop()
  6.   sound(2).volume = 255
  7.   sound(5).volume = 255
  8.   sprite(149).visible = 1
  9.   sprite(150).visible = 1
  10.   go(marker(choiceName))
  11. end
  12.